home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / patches / s32patch.exe / CQA.TXT < prev    next >
Text File  |  1995-09-12  |  8KB  |  211 lines

  1. COMMON QUESTIONS & ANSWERS
  2. ==========================
  3.  
  4. This file contains answers to some commonly-asked questions.  
  5. Please go through all the sections below when you encounter 
  6. a problem before calling Technical Support.
  7.  
  8. This file contains the following sections:
  9.  
  10.    1. Installing Windows 3.1 drivers for the audio hardware
  11.       1.1 Setup Windows 3.1 drivers again
  12.       1.2 Using DRIVER applet in Control Panel (OEMSETUP.INF)
  13.       1.3 General
  14.  
  15.    2. DOS drivers
  16.       2.1 Uses of the DOS drivers
  17.       2.2 Bypass loading the DOS drivers
  18.  
  19.    3. General
  20.       3.1 Audio sources setting
  21.       3.2 Playback digitized sound smoothly
  22.       3.3 Error message appears when winsetup.exe runs
  23.  
  24.    4. GAMEPORT
  25.     
  26. 1. INSTALLING WINDOWS 3.1 DRIVERS FOR
  27.  
  28.    1.1 SETUP WINDOWS 3.1 DRIVERS AGAIN
  29.  
  30.    Q1. How can I setup my Windows 3.1 drivers again.
  31.  
  32.    A1. You may setup Windows 3.1 drivers again by running INSTALL 
  33.        from your audio software directory at the DOS prompt.  Select 
  34.        "Setup Windows" and follow the instructions on the screen to 
  35.        complete the setup.
  36.  
  37.  
  38.    1.2 USING DRIVER APPLET IN CONTROL PANEL (OEMSETUP.INF)
  39.  
  40.    Q1. My drivers are not installed when I use the driver applet 
  41.        in Control Panel to add the drivers.  What do I do?
  42.  
  43.    A1. Before you choose to add any audio software drivers, 
  44.        you should first remove all the existing audio drivers 
  45.        shown in the "Installed Drivers List" and then restart 
  46.        Windows. Chances are existing versions of audio drivers 
  47.        are installed when you start-up Windows and cannot be 
  48.        over-written. You must also restart Windows after adding 
  49.        all the drivers for these new drivers to take effect.  
  50.        Refer to your Windows User Reference Manual for more detail 
  51.        on the Driver applet.
  52.  
  53.  
  54.    1.3 GENERAL
  55.  
  56.    Q1. No matter what I try, I can't get sound in Windows.  What
  57.        should I do to fix it?
  58.  
  59.    A1. Here are some points you can check:
  60.  
  61.    a. If you installed Windows 3.1 using the "Express Installation",
  62.       Windows scanned your hard disk for programs to be installed. 
  63.       As a result, older versions of the audio software applications 
  64.       may have been installed if they were on your hard disk at the 
  65.       time of installation.  Please remove these icons.  To do this, 
  66.       click on the icon once to select it, then press the delete key.
  67.       Windows will ask you for confirmation.  Repeat the above
  68.       procedure for each icon.
  69.  
  70.    b. Open the Driver applet in Control panel.  You should at least
  71.       have the following driver names in the Installed Drivers list:
  72.  
  73.         Creative Sound Blaster AWE32 MIDI Driver
  74.         Voyetra / Sound Blaster SuperSAPI FM Driver
  75.         Creative Sound Blaster 16 Auxiliary Audio
  76.         Creative Sound Blaster 16 Wave and MIDI
  77.         MIDI Mapper
  78.         Timer
  79.         [MCI] CD Audio    ;this is only for owners of CD-ROM drives
  80.         [MCI] MIDI Sequencer
  81.         [MCI] Sound
  82.  
  83.       If one or more of the drivers do not exist, you must install the
  84.       driver(s) using the Driver applet in Control Panel (See your
  85.       Windows manual for more details).
  86.  
  87.    c. Check your SYSTEM.INI by choosing RUN from the File menu of the
  88.       Program Manager and typing NOTEPAD SYSTEM.INI in the command
  89.       line box.  Examine the [Boot], [drivers] and [sndblst.drv] 
  90.       sections. They should look something like this:
  91.  
  92.         [Boot]
  93.         drivers=mmsystem.dll msmixmgr.dll
  94.  
  95.         [drivers]
  96.         Timer=timer.drv
  97.         Midimapper=midimap.drv
  98.         Aux=sb16aux.drv
  99.         MIDI=sbawe32.drv
  100.         MIDI1=sb16fm.drv
  101.         Wave=sb16snd.drv
  102.         MIDI2=sb16snd.drv
  103.         mixer=sb16aux.drv
  104.  
  105.         [sndblst.drv]
  106.         port=220
  107.         int=5
  108.         dmachannel=1
  109.         hdmachannel=5
  110.         MIDIport=330
  111.       
  112.  
  113.    d. If Windows refuses to install a device driver or if you get the
  114.       error message "Device not found" when playing a Wave or MIDI
  115.       file, or a CD, be sure that you have the following settings in
  116.       the [mci] section of SYSTEM.INI.
  117.  
  118.         [mci]
  119.         WaveAudio=mciwave.drv
  120.         Sequencer=mciseq.drv
  121.         CDAudio=mcicda.drv; this is only for owners of CD-ROM drives
  122.  
  123.       If one or more of the drivers do not exist, you must install 
  124.       the driver(s) using the Driver applet in Control Panel (See 
  125.       your Windows manual for instructions).  Do not type in the 
  126.       entries into the SYSTEM.INI because the files have to be 
  127.       expanded and installed into your SYSTEM directory by Windows.
  128.  
  129.  
  130. 2. DOS DRIVERS
  131.  
  132.    2.1 BYPASS LOADING THE DOS DRIVERS
  133.  
  134.    Q1. I do not wish to load the DOS drivers CTSB16.SYS and
  135.        CTMMSYS.SYS at system startup.  What should I do?
  136.  
  137.    A1. To bypass the loading of the DOS drivers CTSB16.SYS and
  138.        CTMMSYS.SYS, press the ALT key during system starts up.
  139.  
  140.        Or, you can use a text editor to REM the following lines in
  141.        your CONFIG.SYS file.  These lines load the DOS drivers at
  142.        system startup.
  143.  
  144.        DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5 P:330
  145.        DEVICE=C:\SB16\DRV\CTMMSYS.SYS
  146.  
  147.  
  148. 3. GENERAL
  149.  
  150.    3.1 AUDIO SOURCE SETTINGS
  151.  
  152.    Q1. I can't hear anything from the speakers, but when I run the
  153.        diagnostic program, it sounds okay.  What do I do?
  154.  
  155.    A1. Check the mixer settings for the various sources.  Use the
  156.        programs MIXERSET.EXE in DOS or CTMIXER.EXE in Windows to
  157.        adjust the settings to a higher level.
  158.  
  159.  
  160.    3.2 ELIMINATING JERKY DIGITIZED SOUND PLAYBACK 
  161.  
  162.    Q1. The playback sounds jerky.  Is my card defective ?
  163.  
  164.    A1. If you are in Windows, this may be due to your choice 
  165.        of Windows swap file.  Temporary swap file tends to be 
  166.        fragmented causing jerky playback.  If possible, use a 
  167.        permanent swap file to eliminate this problem.  Refer to 
  168.        your Windows manual for instructions on creating a permanent 
  169.        swap file.
  170.  
  171.        Loading a disk cache program such as SMARTDRV will also
  172.        eliminate this problem.  To load SMARTDRV, refer to your DOS or
  173.        Windows manual for instructions.
  174.  
  175.  
  176.    3.3 ERROR MESSAGE APPEARS WHEN WINSETUP.EXE RUNS
  177.  
  178.    Q1. When I start Windows and WINSETUP runs, it gives me a dialog
  179.        box saying it can't find the environment.
  180.  
  181.    A1. The BLASTER environment is not set or is incorrectly set.  
  182.        This program requires that your BLASTER environment is set 
  183.        correctly and tallies with your audio hardware.  You can 
  184.        type "SET" at DOS prompt to check the environment settings.  
  185.        For more details on the BLASTER environment, refer to your 
  186.        Getting Started manual.
  187.  
  188.  
  189. 4. GAMEPORT
  190.  
  191.    Q1. How do I disable the GamePort?
  192.  
  193.    A1. There are a few ways for you to enable or disable the GamePort.
  194.        This depends on the type of audio card you have.
  195.  
  196.        a. Non Plug and Play card
  197.           To enable or disable GamePort, you need to set the appropriate
  198.           jumper.  Please refer to your Getting Started manual for the
  199.           location of the jumper.  If your audio card does not have the 
  200.           GamePort enable or disable jumper, you can use GAMEPORT.EXE
  201.           utility to enable or disable the GamePort.  You may not have
  202.           the GAMEPORT.EXE if your audio card does not support GamePort
  203.           software enable or disable.
  204.  
  205.        b. Plug and Play card
  206.           For Plug and Play card, you need to use the BIOS setup or the
  207.           ISA Configuration utility to enable or disable the GamePort.
  208.  
  209.  
  210.          *********  End of CQA.TXT  *********
  211.